home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / • Other Platforms / PCCTS 1.31 / antlr / stdpccts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-10  |  592 b   |  31 lines  |  [TEXT/MPS ]

  1. #ifndef STDPCCTS_H
  2. #define STDPCCTS_H
  3. /*
  4.  * stdpccts.h -- P C C T S  I n c l u d e
  5.  *
  6.  * Terence Parr, Will Cohen, and Hank Dietz: 1989-1994
  7.  * Purdue University Electrical Engineering
  8.  * With AHPCRC, University of Minnesota
  9.  * ANTLR Version 1.31
  10.  */
  11. #include <stdio.h>
  12. #define ANTLR_VERSION    131
  13.  
  14. #ifdef __cplusplus
  15. #ifndef __STDC__
  16. #define __STDC__
  17. #endif
  18. #endif
  19. #include "set.h"
  20. #include <ctype.h>
  21. #include "syn.h"
  22. #include "hash.h"
  23. #include "generic.h"
  24. #define zzcr_attr(attr,tok,t)
  25. #define zzSET_SIZE 20
  26. #include "antlr.h"
  27. #include "tokens.h"
  28. #include "dlgdef.h"
  29. #include "mode.h"
  30. #endif
  31.